Modern Big Data Processing with Hadoop by Prashant Shindgikar

Modern Big Data Processing with Hadoop by Prashant Shindgikar

Author:Prashant Shindgikar
Language: eng
Format: epub
Publisher: Packt Publishing
Published: 2018-03-29T07:19:00+00:00


$ sqlite3 firstdb.db

SQLite version 3.16.0 2016-11-04 19:09:39

Enter ".help" for usage hints.

sqlite>

sqlite> CREATE TABLE customer(cust_id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, cust_name VARCHAR(255));

sqlite> INSERT INTO customer(cust_id,cust_name) VALUES(1,'Jon');

sqlite> INSERT INTO customer(cust_id,cust_name) VALUES(2,'Harry');

sqlite> INSERT INTO customer(cust_id,cust_name) VALUES(3,'James');

sqlite> select * from customer;

1|Jon

2|Harry

3|James

Configure the JDBC Source Connector:



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.